summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Bluetooth: add hci event notificationSeung-Woo Kim2-0/+3
2014-11-18upstream: treewide: Fix common typo in "identify"Maxime Jayat1-1/+1
2014-11-18upstream: include: Convert ethernet mac address declarations to use ETH_ALENJoe Perches1-1/+2
2014-10-15sctp: handle association restarts when the socket is closed.Vlad Yasevich1-1/+1
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell3-1/+2
2014-08-14ip: make IP identifiers less predictableEric Dumazet1-10/+1
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet4-36/+33
2014-07-28net: fix sparse warning in sk_dst_set()Eric Dumazet1-1/+1
2014-07-28ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-6/+6
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet1-2/+2
2014-06-26net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+1
2014-06-26net: Add variants of capable for use on on socketsEric W. Biederman1-0/+5
2014-05-30net: sctp: cache auth_enable per endpointVlad Yasevich1-1/+3
2014-05-30ipv6: Limit mtu to 65575 bytesEric Dumazet1-0/+5
2014-05-30netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin1-2/+2
2014-04-14tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+5
2014-03-23net-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 Sowa2-3/+5
2013-12-04netfilter: nf_conntrack: use RCU safe kfree for conntrack extensionsMichal Kubecek1-1/+1
2013-11-20ipv6: reset dst.expires value when clearing expire flagHannes Frederic Sowa1-0/+1
2013-11-20ip_gre: Fix WCCPv2 header parsing.Pravin B Shelar1-1/+1
2013-11-04ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov1-4/+2
2013-11-04ipv6: always prefer rt6i_gateway if presentJulian Anastasov1-1/+1
2013-11-04net: fix cipso packet validation when !NETLABELSeif Mazareeb1-2/+4
2013-11-04net: dst: provide accessor function to dst->xfrmVlad Yasevich1-0/+12
2013-11-04tcp: TSO packets automatic sizingEric Dumazet2-0/+3
2013-10-13Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg1-0/+1
2013-10-13net: net_secret should not depend on TCPEric Dumazet1-1/+0
2013-10-13IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin(ux) M. BOIE1-0/+4
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-4/+8
2013-09-14net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer1-1/+8
2013-09-14ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-14/+0
2013-09-14genl: Hold reference on correct module while netlink-dump.Pravin B Shelar1-2/+18
2013-09-07mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau1-0/+1
2013-08-11ndisc: Add missing inline to ndisc_addr_option_padJoe Perches1-1/+1
2013-07-28ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-0/+1
2013-07-28ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang1-0/+3
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet1-3/+3
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+2
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2-0/+2
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet1-7/+11
2013-05-31xfrm: force a garbage collection after deleting a policyPaul Moore1-0/+5
2013-05-23netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal1-1/+1
2013-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+8
2013-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-2/+4
2013-05-16mac80211: fix spurious RCU warning and update documentationFelix Fietkau1-4/+8
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2-2/+4
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet1-0/+12
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov1-2/+3