aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann16-3/+381
2017-12-15batman-adv: Add kernel-doc to functions in headersSven Eckelmann6-19/+131
2017-12-15batman-adv: Add kernel-doc to enums in headersSven Eckelmann2-0/+55
2017-12-15batman-adv: Add kernel-doc to structs in headersSven Eckelmann2-3/+24
2017-12-15batman-adv: Fix kernel-doc references to struct membersSven Eckelmann1-23/+26
2017-12-15batman-adv: Use inline kernel-doc for enum/structSven Eckelmann6-636/+1444
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann34-619/+633
2017-12-15batman-adv: Add missing kernel-doc to packet.hSven Eckelmann1-2/+23
2017-12-15batman-adv: Remove unused sched.h includeSven Eckelmann1-1/+0
2017-12-15batman-adv: include kobject.h for kobject_* functionsSven Eckelmann1-0/+1
2017-12-15batman-adv: Include net.h for net_ratelimited_functionSven Eckelmann2-0/+2
2017-12-15batman-adv: include build_bug.h for BUILD_BUG_ON defineSven Eckelmann3-3/+3
2017-12-15batman-adv: include gfp.h for GFP_* definesSven Eckelmann22-20/+22
2017-12-15batman-adv: Add license header to KconfigSven Eckelmann1-0/+17
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann59-1/+59
2017-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-5/+10
2017-12-15Merge tag 'batadv-net-for-davem-20171215' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-5/+7
2017-12-15net: dsa: mediatek: combine MediaTek tag with VLAN tagSean Wang1-9/+29
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker3-0/+4
2017-12-13tcp: refresh tcp_mstamp from timers callbacksEric Dumazet1-0/+2
2017-12-13tcp: fix potential underestimation on rcv_rttWei Wang1-4/+6
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng3-30/+22
2017-12-13net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2017-12-13net: bridge: use rhashtable for fdbsNikolay Aleksandrov4-217/+209
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet3-20/+21
2017-12-13Bluetooth: introduce DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-166/+18
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller16-38/+170
2017-12-13tcp: allow TLP in ECN CWRNeal Cardwell1-6/+3
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang16-85/+51
2017-12-13net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee1-1/+19
2017-12-13tipc: eliminate potential memory leakJon Maloy1-1/+1
2017-12-13net: remove duplicate includesPravin Shedge7-7/+0
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet3-12/+18
2017-12-13ipv6: mcast: better catch silly mtu valuesEric Dumazet1-10/+15
2017-12-13Bluetooth: Add support to advertise when connectedƁukasz Rymanowski1-9/+46
2017-12-13Bluetooth: Remove redundant disable_advertising()Jaganath Kanakkassery1-8/+1
2017-12-13Bluetooth: Utilize %*ph specifierAndy Shevchenko1-14/+3
2017-12-13Bluetooth: Use common error handling code in bt_init()Markus Elfring1-21/+17
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2-2/+2
2017-12-12tcp: smoother receiver autotuningEric Dumazet1-14/+5
2017-12-12tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet1-5/+7
2017-12-12tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2017-12-11sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long1-1/+5
2017-12-11net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam1-5/+10
2017-12-11netlink: Add netns check on tapsKevin Cernekee1-0/+3
2017-12-11sctp: add support for the process of unordered idataXin Long3-27/+378
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long4-5/+107
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long2-1/+3
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long3-4/+114
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long5-7/+10