summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-101-17/+9
|\
| * mm: memcontrol: lockless page countersJohannes Weiner2014-12-101-17/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-103-6/+6
|\ \ | |/ |/|
| * Merge branch 'iov_iter' into for-nextAl Viro2014-12-088-3/+55
| |\
| * | netfilter: Convert print_tuple functions to return voidJoe Perches2014-11-053-5/+5
| * | netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)2014-11-051-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-091-0/+1
|\ \ \
| * \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-165-0/+28
| |\ \ \
| * | | | sched, net: Clean up sk_wait_event() vs. might_sleep()Peter Zijlstra2014-10-281-0/+1
| | |/ / | |/| |
* | | | net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-261-0/+2
| |_|/ |/| |
* | | vxlan: Inline vxlan_gso_check().Joe Stringer2014-11-181-1/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-11-161-2/+0
|\ \ \
| * | | netfilter: nf_tables: restore synchronous object release from commit/abortPablo Neira Ayuso2014-11-121-2/+0
| | |/ | |/|
* | | net: Add vxlan_gso_check() helperJoe Stringer2014-11-141-0/+2
* | | udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross2014-11-101-0/+9
* | | net/9p: remove a comment about pref member which doesn't existRyo Munakata2014-11-061-1/+0
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-312-0/+20
|\ \
| * | netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso2014-10-311-0/+10
| * | netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso2014-10-311-0/+10
* | | drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2014-10-301-0/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-202-0/+6
|\ \ | |/ |/|
| * netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso2014-10-132-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-191-0/+2
|\ \
| * | tcp: fix build error if IPv6 is not enabledEric Dumazet2014-10-181-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-187-9/+43
|\ \ \ | |/ /
| * | net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli2014-10-171-0/+1
| * | ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-172-2/+12
| * | ipv4: clean up cookie_v4_check()Cong Wang2014-10-171-3/+2
| * | ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2014-10-171-0/+20
| * | netlink: fix description of portidNicolas Dichtel2014-10-161-1/+1
| * | ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing2014-10-141-1/+0
| * | net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-10-141-0/+5
| * | net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-10-141-3/+3
| |/
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-152-4/+4
|\ \
| * | net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-262-4/+4
* | | lib80211: remove unused print_ssid()Andy Shevchenko2014-10-141-5/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-111-155/+2
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-101-155/+2
| |\ \
| | * | netfilter: kill nf_send_reset6() from include/net/netfilter/ipv6/nf_reject.hPablo Neira Ayuso2014-10-071-155/+2
* | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-102-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-2410-8/+44
| |\ \ \
| * | | | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-082-2/+2
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0852-453/+984
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-1/+1
| |\ \ \ \
| | * | | | sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-061-1/+1
| * | | | | openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou2014-10-071-15/+21
| * | | | | ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-071-1/+1
| * | | | | ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-071-1/+1
| * | | | | ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-071-4/+14
| * | | | | net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-061-5/+5
| | |_|_|/ | |/| | |
OpenPOWER on IntegriCloud