aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-05ipv6: Shrink udp_v6_mcast_next() to one socket variableSven Wegener1-13/+12
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+12
2014-06-05net: filter: fix SKF_AD_PKTTYPE extension on big-endianAlexei Starovoitov1-0/+11
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-20/+62
2014-06-05bridge: Fix incorrect judgment of promiscToshiaki Makita1-1/+2
2014-06-05MPLS: Use mpls_features to activate software MPLS GSO segmentationSimon Horman1-1/+27
2014-06-05ipv4: use skb frags api in udp4_hwcsum()WANG Cong1-4/+5
2014-06-05net: use the new API kvfree()WANG Cong11-58/+12
2014-06-05dns_resolver: Do not accept domain names longer than 255 charsManuel Schölling1-2/+2
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert1-1/+1
2014-06-04gre: Call gso_make_checksumTom Herbert8-4/+17
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert6-23/+28
2014-06-04tcp: Call gso_make_checksumTom Herbert1-5/+2
2014-06-04net: Support for multiple checksums with gsoTom Herbert2-1/+15
2014-06-04l2tp: call udp{6}_set_csumTom Herbert1-49/+5
2014-06-04udp: Generic functions to set checksumTom Herbert2-0/+75
2014-06-04ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener1-4/+4
2014-06-04net: Revert "fib_trie: use seq_file_net rather than seq->private"Sasha Levin1-1/+1
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-44/+131
2014-06-03net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong1-5/+0
2014-06-03rtnetlink: fix a memory leak when ->newlink failsCong Wang1-3/+7
2014-06-03xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek1-11/+25
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-nextDavid S. Miller1-62/+48
2014-06-03ethtool: Check that reserved fields of struct ethtool_rxfh are 0Ben Hutchings1-53/+36
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-4/+4
2014-06-02bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu1-0/+3
2014-06-02net: filter: fix possible memory leak in __sk_prepare_filter()Leon Yu1-1/+6
2014-06-02tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng1-6/+5
2014-06-02fib_trie: use seq_file_net rather than seq->privateDavid Ahern1-1/+1
2014-06-02netlink: Only check file credentials for implicit destinationsEric W. Biederman1-1/+6
2014-06-02net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-06-02bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita3-2/+37
2014-06-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller23-157/+645
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet12-113/+38
2014-06-02net: Add support for device specific address syncingAlexander Duyck1-0/+85
2014-06-026lowpan_rtnl: fix off by one while fragmentationAlexander Aring1-1/+1
2014-06-026lowpan_rtnl: fix fragmentation with two fragmentsAlexander Aring1-2/+2
2014-06-02genetlink: remove superfluous assignmentDenis ChengRq1-5/+1
2014-06-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville23-157/+645
2014-06-02netfilter: nf_tables: atomic allocation in set notifications from rcu callbackPablo Neira Ayuso1-6/+6
2014-06-02netfilter: nf_tables: allow to delete several objects from a batchPablo Neira Ayuso1-9/+31
2014-06-02netfilter: nft_rbtree: introduce lockingPablo Neira Ayuso1-1/+21
2014-06-02netfilter: nf_tables: release objects in reverse order in the abort pathPablo Neira Ayuso1-1/+2
2014-06-02netfilter: nf_tables: fix wrong transaction ordering in set elementsPablo Neira Ayuso1-2/+2
2014-06-02netfilter: nfnetlink_acct: Fix memory leakMathieu Poirier1-1/+0
2014-06-01net: filter: improve filter block macrosDaniel Borkmann1-124/+72
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann1-216/+125
2014-06-01bridge: notify user space after fdb updateJon Maxwell1-1/+7
2014-06-01bridge: fix the unbalanced promiscuous count when add_if failedwangweidong1-1/+1
2014-06-01net: fix wrong mac_len calculation for vlansNikolay Aleksandrov1-10/+25