aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-21af_iucv: avoid path quiesce of severed path in shutdown()Ursula Braun1-1/+2
2014-07-20tipc: fix sparse non static symbol warningsWei Yongjun1-2/+3
2014-07-20net/rxrpc/ar-key.c: drop negativity check on unsigned valueAndrey Utkin1-1/+1
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller40-2079/+1625
2014-07-20net: print a notification on device renameVeaceslav Falico1-0/+3
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico1-3/+5
2014-07-20net_sched: hold tcf_lock in netdevice notifierCong Wang1-0/+2
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt1-1/+7
2014-07-17net_sched: cancel nest attribute on failure in tcf_exts_dump()Cong Wang1-3/+8
2014-07-16openvswitch: make generic netlink group conststephen hemminger1-9/+9
2014-07-16udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held2-20/+41
2014-07-16udp: Simplify __udp*_lib_mcast_deliver.David Held2-87/+49
2014-07-16netlink: remove bool varibleVarka Bhadram1-4/+2
2014-07-16rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_delAlexander Duyck1-4/+2
2014-07-16net: remove open-coded skb_cow_head.françois romieu1-2/+2
2014-07-16tipc: ensure sequential message delivery across dual bearersJon Paul Maloy1-12/+5
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy9-37/+37
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy8-440/+0
2014-07-16tipc: start using the new multicast functionsJon Paul Maloy2-41/+56
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy6-2/+136
2014-07-16tipc: let internal link users call the new link send functionJon Paul Maloy1-8/+7
2014-07-16tipc: make name table distributor use new send functionJon Paul Maloy5-85/+48
2014-07-16net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV supportDaniel Borkmann1-2/+7
2014-07-16net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO supportGeir Ola Vaagland1-9/+98
2014-07-16net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland2-4/+86
2014-07-16net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland2-1/+73
2014-07-16net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland1-20/+57
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-238/+169
2014-07-16ipvs: Remove dead debug codeYannick Brosseau1-86/+0
2014-07-16ipvs: remove null test before kfreeFabian Frederick1-2/+1
2014-07-15net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn3-13/+11
2014-07-15net: sctp: remove unnecessary break after return/gotoFabian Frederick2-5/+0
2014-07-15ieee802154: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-07-15irda: remove unnecessary break after returnFabian Frederick2-2/+0
2014-07-15caif: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-07-15NFC: remove unnecessary break after gotoFabian Frederick1-2/+0
2014-07-15ipv6: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-15netfilter: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-15af_key: remove unnecessary break after returnFabian Frederick1-3/+0
2014-07-15mac80211: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-15drop_monitor: remove unnecessary break after returnFabian Frederick1-2/+0
2014-07-15pktgen: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-07-15netlabel: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-07-15af_iucv: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-07-159P: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-15tipc: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-15packet: remove unnecessary break after returnFabian Frederick1-2/+0
2014-07-15tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch2-9/+8
2014-07-15net: rtnetlink - make create_link take name_assign_typeTom Gundersen1-4/+8
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen32-47/+67