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-06-11
ipv4: fix a race in ip4_datagram_release_cb()
Eric Dumazet
1
-5
/
+15
2014-06-11
net: add __pskb_copy_fclone and pskb_copy_for_clone
Octavian Purdila
7
-15
/
+19
2014-06-11
bridge: Support 802.1ad vlan filtering
Toshiaki Makita
3
-0
/
+130
2014-06-11
bridge: Prepare for forwarding another bridge group addresses
Toshiaki Makita
3
-2
/
+10
2014-06-11
bridge: Prepare for 802.1ad vlan filtering support
Toshiaki Makita
3
-12
/
+51
2014-06-11
bridge: Add 802.1ad tx vlan acceleration
Toshiaki Makita
1
-2
/
+3
2014-06-11
net: filter: fix warning on 32-bit arch
Alexei Starovoitov
1
-3
/
+3
2014-06-11
tipc: fix potential bug in function tipc_backlog_rcv
Jon Paul Maloy
1
-2
/
+3
2014-06-11
net: sctp: fix incorrect type in gfp initializer
Daniel Borkmann
1
-1
/
+1
2014-06-11
net: sctp: improve sctp_select_active_and_retran_path selection
Daniel Borkmann
1
-5
/
+45
2014-06-11
net: sctp: migrate most recently used transport to ktime
Daniel Borkmann
3
-5
/
+7
2014-06-11
net: sctp: refactor active path selection
Daniel Borkmann
1
-59
/
+61
2014-06-11
ktime: add ktime_after and ktime_before helper
Daniel Borkmann
1
-1
/
+1
2014-06-11
mac802154: don't deliver packets to devices that are down
Phoebe Buckheister
3
-10
/
+17
2014-06-11
mac802154: properly free incoming skbs on decryption failure
Phoebe Buckheister
1
-0
/
+1
2014-06-11
net: filter: cleanup A/X name usage
Alexei Starovoitov
1
-99
/
+99
2014-06-10
bridge: memorize and export selected IGMP/MLD querier port
Linus Lüssing
2
-6
/
+67
2014-06-10
bridge: add export of multicast database adjacent to net_dev
Linus Lüssing
2
-12
/
+58
2014-06-10
bridge: adhere to querier election mechanism specified by RFCs
Linus Lüssing
2
-13
/
+95
2014-06-10
bridge: rename struct bridge_mcast_query/querier
Linus Lüssing
3
-95
/
+100
2014-06-10
gre: allow changing mac address when device is up
stephen hemminger
1
-0
/
+1
2014-06-10
tcp: add gfp parameter to tcp_fragment
Octavian Purdila
2
-9
/
+11
2014-06-08
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
6
-37
/
+60
2014-06-06
mac802154: llsec: add forgotten list_del_rcu in key removal
Phoebe Buckheister
1
-0
/
+1
2014-06-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-37
/
+60
2014-06-05
ipv6: Shrink udp_v6_mcast_next() to one socket variable
Sven Wegener
1
-13
/
+12
2014-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+12
2014-06-05
net: filter: fix SKF_AD_PKTTYPE extension on big-endian
Alexei Starovoitov
1
-0
/
+11
2014-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-20
/
+62
2014-06-05
bridge: Fix incorrect judgment of promisc
Toshiaki Makita
1
-1
/
+2
2014-06-05
MPLS: Use mpls_features to activate software MPLS GSO segmentation
Simon Horman
1
-1
/
+27
2014-06-05
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
6
-37
/
+60
2014-06-05
ipv4: use skb frags api in udp4_hwcsum()
WANG Cong
1
-4
/
+5
2014-06-05
net: use the new API kvfree()
WANG Cong
11
-58
/
+12
2014-06-05
dns_resolver: Do not accept domain names longer than 255 chars
Manuel Schölling
1
-2
/
+2
2014-06-04
vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)
Tom Herbert
1
-1
/
+1
2014-06-04
gre: Call gso_make_checksum
Tom Herbert
8
-4
/
+17
2014-06-04
net: Add GSO support for UDP tunnels with checksum
Tom Herbert
6
-23
/
+28
2014-06-04
tcp: Call gso_make_checksum
Tom Herbert
1
-5
/
+2
2014-06-04
net: Support for multiple checksums with gso
Tom Herbert
2
-1
/
+15
2014-06-04
l2tp: call udp{6}_set_csum
Tom Herbert
1
-49
/
+5
2014-06-04
udp: Generic functions to set checksum
Tom Herbert
2
-0
/
+75
2014-06-04
ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()
Sven Wegener
1
-4
/
+4
2014-06-04
net: Revert "fib_trie: use seq_file_net rather than seq->private"
Sasha Levin
1
-1
/
+1
2014-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-44
/
+131
2014-06-03
net: remove some unless free on failure in alloc_netdev_mqs()
WANG Cong
1
-5
/
+0
2014-06-03
rtnetlink: fix a memory leak when ->newlink fails
Cong Wang
1
-3
/
+7
2014-06-03
xfrm: fix race between netns cleanup and state expire notification
Michal Kubecek
1
-11
/
+25
2014-06-02
Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
1
-62
/
+48
2014-06-03
ethtool: Check that reserved fields of struct ethtool_rxfh are 0
Ben Hutchings
1
-53
/
+36
[next]