summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-11/+233
2015-05-31ipv6: drop unneeded gotoJulia Lawall1-7/+1
2015-05-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller22-281/+476
2015-05-31tipc: unconditionally put sock refcnt when sock timer to be deleted is pendingYing Xue1-5/+2
2015-05-31bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov1-0/+18
2015-05-31net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru1-4/+6
2015-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-30/+28
2015-05-27tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet1-0/+6
2015-05-27tcp: connect() from bound sockets can be fasterEric Dumazet2-4/+13
2015-05-27tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet2-3/+9
2015-05-27nl802154: add support to set cca ed levelAlexander Aring4-0/+75
2015-05-27nl802154: add support for cca ed level infoAlexander Aring1-0/+7
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal2-7/+36
2015-05-27net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal1-7/+12
2015-05-27ieee802154: fix typo for file nameVarka Bhadram1-1/+1
2015-05-27ieee802154: add set transmit power supportVarka Bhadram4-0/+76
2015-05-27ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller1-0/+1
2015-05-27tcp: tcp_tso_autosize() minimum is one packetEric Dumazet3-4/+7
2015-05-27tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet1-0/+31
2015-05-27tipc: fix bug in link protocol message create functionJon Paul Maloy1-2/+0
2015-05-27nl802154: fix cca mode wpan phy flagAlexander Aring1-1/+1
2015-05-26mac802154: mac802154_mlme_start_req() optimisation.Lennert Buytenhek1-18/+11
2015-05-26ieee802154 socket: No need to check for ARPHRD_IEEE802154 in raw_bind().Lennert Buytenhek1-6/+0
2015-05-26ieee802154: Remove 802.15.4/6LoWPAN checks for interface MTU.Lennert Buytenhek1-14/+3
2015-05-26netfilter: nf_tables: add netdev table to filter from ingressPablo Neira Ayuso3-0/+189
2015-05-26netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso1-5/+41
2015-05-26netfilter: default CONFIG_NETFILTER_INGRESS to yPablo Neira Ayuso1-0/+1
2015-05-26netfilter: remove unused comefrom hookmask argumentFlorian Westphal2-6/+2
2015-05-26ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big.Lennert Buytenhek1-1/+1
2015-05-26mac802154: Avoid rtnl deadlock in mac802154_wpan_ioctl().Lennert Buytenhek1-0/+3
2015-05-26net: fix inet_proto_csum_replace4() sparse errorsEric Dumazet1-5/+7
2015-05-26net: remove a sparse error in secure_dccpv6_sequence_number()Eric Dumazet1-1/+1
2015-05-26Bluetooth: mgmt: fix typosFlorian Grandel1-3/+3
2015-05-26bridge: skip fdb add if the port shouldn't learnWilson Kok1-0/+6
2015-05-26pktgen: remove one sparse errorEric Dumazet1-5/+5
2015-05-26ipv6: ipv6_select_ident() returns a __be32Eric Dumazet1-3/+3
2015-05-26irda: use msecs_to_jiffies for conversion to jiffiesNicholas Mc Guire1-2/+2
2015-05-26bridge: allow setting hash_max + multicast_router if interface is downLinus Lüssing1-21/+3
2015-05-26ipv6: don't increase size when refragmenting forwarded ipv6 skbsFlorian Westphal1-11/+18
2015-05-25ipv6: Create percpu rt6_infoMartin KaFai Lau2-17/+139
2015-05-25ipv6: Break up ip6_rt_copy()Martin KaFai Lau1-49/+41
2015-05-25ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau1-2/+76
2015-05-25ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau1-10/+49
2015-05-25ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau3-4/+13
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau5-9/+6
2015-05-25ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau2-49/+52
2015-05-25ipv6: Combine rt6_alloc_cow and rt6_alloc_cloneMartin KaFai Lau1-25/+20
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau6-13/+10
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau7-15/+21
2015-05-25ipv6: Clean up ipv6_select_ident() and ip6_fragment()Martin KaFai Lau2-14/+8