summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2014-08-26mac80211: reset probe_send_count also in HW_CONNECTION_MONITOR caseEliad Peller1-2/+0
2014-08-19ip: make IP identifiers less predictableEric Dumazet1-10/+1
2014-08-19inetpeer: get rid of ip_id_countEric Dumazet4-36/+33
2014-07-29ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-6/+6
2014-07-29ipv4: fix dst race in sk_dst_get()Eric Dumazet1-2/+2
2014-06-23net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+1
2014-06-23net: Add variants of capable for use on on socketsEric W. Biederman1-0/+5
2014-05-29vsock: Make transport the proto ownerAndy King1-1/+5
2014-05-29net: sctp: cache auth_enable per endpointVlad Yasevich1-1/+3
2014-05-29ipv6: Limit mtu to 65575 bytesEric Dumazet1-0/+5
2014-05-29netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin1-2/+2
2014-04-18tcp: syncookies: do not use getnstimeofday()Eric Dumazet1-5/+6
2014-04-18tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+5
2014-03-15tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal1-0/+18
2014-03-14net-tcp: fastopen: fix high order allocationsEric Dumazet1-1/+2
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko2-35/+2
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa3-4/+7
2013-11-21ipv6: reset dst.expires value when clearing expire flagHannes Frederic Sowa1-0/+1
2013-10-22mac802154: correct a typo in ieee802154_alloc_device() prototypeAlexandre Belloni1-1/+1
2013-10-22ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov1-4/+2
2013-10-22ipv6: always prefer rt6i_gateway if presentJulian Anastasov1-1/+1
2013-10-20net: fix cipso packet validation when !NETLABELSeif Mazareeb1-2/+4
2013-10-17net: dst: provide accessor function to dst->xfrmVlad Yasevich1-0/+12
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-4/+2
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-7/+4
2013-09-30vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar1-0/+5
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy1-1/+1
2013-09-29net: net_secret should not depend on TCPEric Dumazet1-1/+0
2013-09-29net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman1-0/+1
2013-09-28IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE1-0/+4
2013-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2013-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-0/+1
2013-09-24mrp: add periodictimer to allow retries when packets get lostNoel Burton-Krahn1-0/+1
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-4/+8
2013-09-18ipvs: make the service replacement more robustJulian Anastasov1-5/+2
2013-09-18ipvs: fix overflow on dest weight multiplySimon Kirby1-1/+1
2013-09-18Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg1-0/+1
2013-09-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2013-09-13netfilter: nf_conntrack: use RCU safe kfree for conntrack extensionsMichal Kubeček1-1/+1
2013-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2013-09-12ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček1-0/+2
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds63-881/+1423
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-2/+33
2013-09-05vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis1-0/+1
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann1-9/+19
2013-09-04net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12.Daniel Borkmann2-3/+33
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian1-2/+2
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel1-5/+7
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2-2/+1