summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-042-8/+4Star
|\
| * netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo2013-08-091-4/+0Star
| * cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-092-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-08-292-0/+14
|\ \
| * | xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa2013-08-261-12/+0Star
| * | xfrm: choose protocol family by skb protocolHannes Frederic Sowa2013-08-191-2/+2
| * | xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa2013-08-142-0/+20
| * | xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-141-0/+6
* | | net: add cpu_relax to busy poll loopEliezer Tamir2013-08-281-0/+1
* | | genl: Hold reference on correct module while netlink-dump.Pravin B Shelar2013-08-281-2/+18
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-231-0/+1
|\ \ \
| * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-221-0/+1
| |\ \ \
| | * | | mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau2013-08-211-0/+1
* | | | | ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2013-08-231-0/+2
* | | | | net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer2013-08-151-1/+8
| |_|/ / |/| | |
* | | | ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar2013-08-141-14/+0Star
* | | | net: rename busy poll MIB counterEliezer Tamir2013-08-091-1/+1
* | | | busy_poll: cleanup do-nothing placeholdersEliezer Tamir2013-08-051-5/+0Star
* | | | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-022-4/+4
* | | | net: fix a compile error when CONFIG_NET_LL_RX_POLL is not setCong Wang2013-08-021-0/+5
* | | | ipv6: prevent fib6_run_gc() contentionMichal Kubeček2013-08-011-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-012-3/+3
|\| | |
| * | | NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2013-07-312-3/+3
| |/ /
* / / ndisc: Add missing inline to ndisc_addr_option_padJoe Perches2013-08-011-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-141-14/+16
|\ \ | |/ |/|
| * net: rename busy poll socket op and globalsEliezer Tamir2013-07-111-4/+4
| * net: rename ll methods to busy-pollEliezer Tamir2013-07-111-10/+12
| * net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-111-0/+0
* | Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds2013-07-111-0/+6
|\ \ | |/ |/|
| * 9P: Add cancelled() to the transport functions.Simon Derr2013-07-081-0/+3
| * net/9p: add privport option to 9p tcp transportJim Garlick2013-07-081-0/+3
* | net/fs: change busy poll time accountingEliezer Tamir2013-07-091-37/+18Star
* | net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-091-22/+24
* | net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet2013-07-041-1/+1
* | net: gre: move GSO functions to gre_offloadDaniel Borkmann2013-07-031-0/+4
* | net: lls fix build with allnoconfigEliezer Tamir2013-07-031-3/+3
* | net: convert lls to use time_in_range()Eliezer Tamir2013-07-031-9/+17
* | ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-021-0/+1
* | ipv4: remove fib_update_nh_saddrs() declaration.Rami Rosen2013-07-021-1/+0Star
* | net: sctp: prevent checksum.h from double inclusionDaniel Borkmann2013-07-021-0/+5
* | ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-021-0/+3
* | net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-021-75/+0Star
* | net: avoid calling sched_clock when LLS is offEliezer Tamir2013-07-011-2/+15
* | net: fix LLS debug_smp_processor_id() warningEliezer Tamir2013-07-011-5/+25
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-07-015-28/+52
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-285-28/+52
| |\ \
| | * \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-06-243-20/+12Star
| | |\ \
| | | * | Bluetooth: Remove unneeded flagAndrei Emeltchenko2013-06-231-1/+0Star
| | | * | Bluetooth: Remove inquiry helpersAndre Guedes2013-06-231-2/+0Star
| | | * | Bluetooth: Remove LE scan helpersAndre Guedes2013-06-231-13/+0Star