index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-16
bridge: Automatically manage port promiscuous mode.
Vlad Yasevich
4
-7
/
+116
2014-05-16
bridge: Add addresses from static fdbs to non-promisc ports
Vlad Yasevich
1
-6
/
+69
2014-05-16
bridge: Introduce BR_PROMISC flag
Vlad Yasevich
2
-1
/
+3
2014-05-16
bridge: Add functionality to sync static fdb entries to hw
Vlad Yasevich
2
-0
/
+58
2014-05-16
bridge: Keep track of ports capable of automatic discovery.
Vlad Yasevich
4
-1
/
+36
2014-05-16
bridge: Turn flag change macro into a function.
Vlad Yasevich
1
-10
/
+17
2014-05-16
ip_tunnel: don't add tunnel twice
Duan Jiong
1
-4
/
+2
2014-05-16
net: unix: Align send data_len up to PAGE_SIZE
Kirill Tkhai
1
-1
/
+7
2014-05-15
vti6: delete unneeded call to netdev_priv
Julia Lawall
1
-3
/
+0
2014-05-15
ip_tunnel: delete unneeded call to netdev_priv
Julia Lawall
1
-2
/
+1
2014-05-15
net: filter: x86: internal BPF JIT
Alexei Starovoitov
1
-1
/
+8
2014-05-15
mac802154: make mac802154_wpan_open static
Phoebe Buckheister
1
-1
/
+1
2014-05-15
ieee802154: fix dgram socket sendmsg()
Phoebe Buckheister
1
-9
/
+19
2014-05-15
6lowpan: fix fragmentation
Phoebe Buckheister
1
-94
/
+104
2014-05-15
ieee802154: change _cb handling slightly
Phoebe Buckheister
4
-26
/
+21
2014-05-15
mac802154: account for all header parts during wpan header creationg
Phoebe Buckheister
1
-1
/
+1
2014-05-15
ieee802154: add definitions for link-layer security and header functions
Phoebe Buckheister
1
-7
/
+45
2014-05-14
net: Use a more standard macro for INET_ADDR_COOKIE
Joe Perches
2
-3
/
+3
2014-05-14
dccp: make the request_retries minimum is 1
wangweidong
1
-1
/
+2
2014-05-14
snmp: fix some left over of snmp stats
WANG Cong
2
-5
/
+5
2014-05-14
ipv4: make ip_local_reserved_ports per netns
WANG Cong
6
-32
/
+21
2014-05-14
tipc: merge port message reception into socket reception function
Jon Paul Maloy
6
-59
/
+46
2014-05-14
tipc: clean up neigbor discovery message reception
Jon Paul Maloy
1
-108
/
+111
2014-05-14
tipc: improve and extend media address conversion functions
Jon Paul Maloy
6
-76
/
+83
2014-05-14
tipc: rename and move message reassembly function
Jon Paul Maloy
8
-91
/
+74
2014-05-14
tipc: mark head of reassembly buffer as non-linear
Jon Paul Maloy
1
-0
/
+2
2014-05-14
tipc: don't record link RESET or ACTIVATE messages as traffic
Jon Paul Maloy
1
-3
/
+4
2014-05-14
tipc: compensate for double accounting in socket rcv buffer
Jon Paul Maloy
2
-9
/
+21
2014-05-14
tipc: decrease connection flow control window
Jon Paul Maloy
3
-9
/
+11
2014-05-13
net: support marking accepting TCP sockets
Lorenzo Colitti
7
-5
/
+19
2014-05-13
net: Use fwmark reflection in PMTU discovery.
Lorenzo Colitti
2
-1
/
+8
2014-05-13
net: add a sysctl to reflect the fwmark on replies
Lorenzo Colitti
6
-3
/
+32
2014-05-13
tcp: IPv6 support for fastopen server
Daniel Lee
2
-26
/
+71
2014-05-13
tcp: improve fastopen icmp handling
Yuchung Cheng
2
-26
/
+31
2014-05-13
tcp: use tcp_v4_send_synack on first SYN-ACK
Yuchung Cheng
4
-98
/
+78
2014-05-13
tcp: simplify fast open cookie processing
Yuchung Cheng
3
-51
/
+32
2014-05-13
tcp: move fastopen functions to tcp_fastopen.c
Yuchung Cheng
2
-183
/
+192
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
4
-4
/
+4
2014-05-13
net: ptp: mark filter as __initdata
Mathias Krause
1
-1
/
+1
2014-05-13
net: filter: Fix redefinition warnings on x86-64.
David S. Miller
1
-34
/
+37
2014-05-12
sch_hhf: fix comparison of qlen and limit
Yang Yingliang
1
-1
/
+1
2014-05-12
vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()
dingtianhong
2
-4
/
+4
2014-05-12
net: rename local_df to ignore_df
WANG Cong
14
-36
/
+36
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
53
-227
/
+426
2014-05-12
ipv6: remove parameter rt from fib6_prune_clones()
Duan Jiong
1
-7
/
+5
2014-05-12
net: filter: make BPF conversion more readable
Alexei Starovoitov
1
-92
/
+50
2014-05-09
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
6
-9
/
+18
2014-05-09
sctp: add a checking for sctp_sysctl_net_register
wangweidong
1
-0
/
+4
2014-05-09
Revert "sctp: optimize the sctp_sysctl_net_register"
wangweidong
1
-10
/
+7
2014-05-09
rds: remove the unneed NULL checking
wangweidong
2
-4
/
+2
[next]