summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-06-05dns_resolver: Do not accept domain names longer than 255 charsManuel Schölling
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert
2014-06-04gre: Call gso_make_checksumTom Herbert
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert
2014-06-04tcp: Call gso_make_checksumTom Herbert
2014-06-04net: Support for multiple checksums with gsoTom Herbert
2014-06-04l2tp: call udp{6}_set_csumTom Herbert
2014-06-04udp: Generic functions to set checksumTom Herbert
2014-06-04net: Revert "fib_trie: use seq_file_net rather than seq->private"Sasha Levin
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-03net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong
2014-06-03rtnetlink: fix a memory leak when ->newlink failsCong Wang
2014-06-03xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2014-06-03ethtool: Check that reserved fields of struct ethtool_rxfh are 0Ben Hutchings
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings
2014-06-02bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu
2014-06-02net: filter: fix possible memory leak in __sk_prepare_filter()Leon Yu
2014-06-02tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng
2014-06-02fib_trie: use seq_file_net rather than seq->privateDavid Ahern
2014-06-02netlink: Only check file credentials for implicit destinationsEric W. Biederman
2014-06-02net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet
2014-06-02bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita
2014-06-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-06-02net: Add support for device specific address syncingAlexander Duyck
2014-06-026lowpan_rtnl: fix off by one while fragmentationAlexander Aring
2014-06-026lowpan_rtnl: fix fragmentation with two fragmentsAlexander Aring
2014-06-02genetlink: remove superfluous assignmentDenis ChengRq
2014-06-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-06-01net: filter: improve filter block macrosDaniel Borkmann
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann
2014-06-01bridge: notify user space after fdb updateJon Maxwell
2014-06-01bridge: fix the unbalanced promiscuous count when add_if failedwangweidong
2014-06-01net: fix wrong mac_len calculation for vlansNikolay Aleksandrov
2014-05-31Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2014-05-31batman-adv: fix NULL pointer dereferencesMarek Lindner
2014-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-05-30af_key: Replace comma with semicolonHimangi Saraogi
2014-05-30rds/tcp_listen: Replace comma with semicolonHimangi Saraogi
2014-05-30RDS/RDMA: Replace comma with semicolonHimangi Saraogi
2014-05-30ipmr: Replace comma with semicolonHimangi Saraogi
2014-05-30af_iucv: correct cleanup if listen backlog is fullUrsula Braun
2014-05-30af_iucv: Add automatic (source) iucv_name to bindPhilipp Hachtmann
2014-05-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2014-05-30atm: remove commented out checkPaul Bolle
2014-05-30net: tso: Export symbols for modular buildSachin Kamat
2014-05-30Merge tag 'nfc-next-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville