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
2013-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
43
-223
/
+391
2013-04-22
net: sctp: minor: remove dead code from sctp_packet
Daniel Borkmann
1
-4
/
+1
2013-04-22
net: Remove return value from list_netdevice()
dingtianhong
1
-3
/
+1
2013-04-21
net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=n
Patrick McHardy
1
-0
/
+1
2013-04-21
net: vlan: fix memory leak in vlan_info_rcu_free()
Patrick McHardy
1
-3
/
+4
2013-04-19
net: rate-limit warn-bad-offload splats.
Ben Greear
1
-0
/
+3
2013-04-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
47
-40
/
+122
2013-04-19
pkt_sched: fix error return code in fw_change_attrs()
Wei Yongjun
1
-1
/
+1
2013-04-19
irda: small read past the end of array in debug code
Dan Carpenter
2
-2
/
+11
2013-04-19
packet: move hw/sw timestamp extraction into a small helper
Daniel Borkmann
1
-34
/
+23
2013-04-19
net: socket: move ktime2ts to ktime header api
Daniel Borkmann
1
-16
/
+4
2013-04-19
net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*
David S. Miller
1
-0
/
+3
2013-04-19
nfnetlink: add support for memory mapped netlink
Patrick McHardy
3
-5
/
+15
2013-04-19
netfilter: rename netlink related "pid" variables to "portid"
Patrick McHardy
3
-14
/
+15
2013-04-19
netlink: add RX/TX-ring support to netlink diag
Patrick McHardy
1
-0
/
+32
2013-04-19
netlink: add flow control for memory mapped I/O
Patrick McHardy
1
-27
/
+61
2013-04-19
netlink: implement memory mapped recvmsg()
Patrick McHardy
1
-3
/
+141
2013-04-19
netlink: implement memory mapped sendmsg()
Patrick McHardy
1
-6
/
+129
2013-04-19
netlink: add mmap'ed netlink helper functions
Patrick McHardy
1
-2
/
+183
2013-04-19
netlink: mmaped netlink: ring setup
Patrick McHardy
3
-2
/
+295
2013-04-19
netlink: add netlink_skb_set_owner_r()
Patrick McHardy
1
-3
/
+17
2013-04-19
netlink: don't orphan skb in netlink_trim()
Patrick McHardy
1
-1
/
+1
2013-04-19
net: add function to allocate sk_buff head without data area
Patrick McHardy
1
-1
/
+29
2013-04-19
netlink: rename ssk to sk in struct netlink_skb_params
Patrick McHardy
5
-8
/
+8
2013-04-19
netlink: add symbolic value for congested state
Patrick McHardy
1
-7
/
+11
2013-04-19
net: vlan: add 802.1ad support
Patrick McHardy
5
-14
/
+50
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
10
-16
/
+21
2013-04-19
net: vlan: prepare for 802.1ad support
Patrick McHardy
8
-78
/
+100
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
3
-29
/
+38
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
9
-29
/
+31
2013-04-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-3
/
+19
2013-04-19
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2
-12
/
+39
2013-04-19
tcp: call tcp_replace_ts_recent() from tcp_ack()
Eric Dumazet
1
-33
/
+31
2013-04-19
netfilter: xt_rpfilter: depend on raw or mangle table
Florian Westphal
2
-2
/
+2
2013-04-19
netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too
Florian Westphal
2
-2
/
+14
2013-04-18
netfilter: ipset: bitmap:ip,mac: fix listing with timeout
Jozsef Kadlecsik
1
-1
/
+5
2013-04-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-12
/
+39
2013-04-18
tcp: introduce TCPSpuriousRtxHostQueues SNMP counter
Eric Dumazet
2
-0
/
+8
2013-04-18
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
5
-23
/
+28
2013-04-18
netfilter: add my copyright statements
Patrick McHardy
40
-5
/
+66
2013-04-18
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...
David S. Miller
2
-13
/
+19
2013-04-17
batman-adv: make is_my_mac() check for the current mesh only
Antonio Quartulli
5
-23
/
+28
2013-04-17
tipc: add InfiniBand media type
Patrick McHardy
6
-3
/
+416
2013-04-17
tipc: set skb->protocol in eth_media packet transmission
Patrick McHardy
1
-0
/
+1
2013-04-17
tipc: move bcast_addr from struct tipc_media to struct tipc_bearer
Patrick McHardy
5
-16
/
+18
2013-04-17
tipc: remove unused str2addr media callback
Patrick McHardy
2
-22
/
+0
2013-04-17
net: sctp: sctp_ulpq: remove 'malloced' struct member
Daniel Borkmann
1
-3
/
+0
2013-04-17
net: sctp: sctp_bind_addr: remove dead code
Daniel Borkmann
1
-7
/
+0
2013-04-17
net: sctp: sctp_transport: remove unused variable
Daniel Borkmann
1
-1
/
+0
2013-04-17
net: sctp: outqueue: simplify sctp_outq_uncork function
Daniel Borkmann
1
-3
/
+2
[next]