summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ip_fragment: don't forward defragmented DF packetFlorian Westphal2015-05-274-8/+38
* net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal2015-05-271-7/+12
* Merge branch 'phy_rgmii'David S. Miller2015-05-274-14/+15
|\
| * net: phy: Utilize phy_interface_is_rgmiiFlorian Fainelli2015-05-273-14/+4
| * net: phy: Add phy_interface_is_rgmii helperFlorian Fainelli2015-05-271-0/+11
|/
* ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller2015-05-271-0/+1
* tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2015-05-263-4/+7
* tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet2015-05-262-44/+34
* tipc: fix bug in link protocol message create functionJon Paul Maloy2015-05-261-2/+0
* net: fix inet_proto_csum_replace4() sparse errorsEric Dumazet2015-05-251-5/+7
* net: remove a sparse error in secure_dccpv6_sequence_number()Eric Dumazet2015-05-251-1/+1
* bridge: skip fdb add if the port shouldn't learnWilson Kok2015-05-251-0/+6
* pktgen: remove one sparse errorEric Dumazet2015-05-251-5/+5
* ipv6: ipv6_select_ident() returns a __be32Eric Dumazet2015-05-252-6/+6
* Merge branch 'cpsw-cleanups'David S. Miller2015-05-253-54/+2
|\
| * net: cpsw: remove redundant calls disabling dma interrupts.Richard Cochran2015-05-251-3/+0
| * net: cpsw: remove redundant calls enabling dma interrupts.Richard Cochran2015-05-251-2/+0
| * net: cpsw: remove two unused global functionsRichard Cochran2015-05-252-47/+0
| * net: cpsw: fix misplaced break statements.Richard Cochran2015-05-251-2/+2
|/
* Merge branch 'rocker-cleanups'David S. Miller2015-05-251-229/+240
|\
| * rocker: mark parameters and local variables as constSimon Horman2015-05-251-200/+215
| * rocker: remove unused rocker_port parameter from rocker_port_kfreeSimon Horman2015-05-251-29/+25
|/
* irda: use msecs_to_jiffies for conversion to jiffiesNicholas Mc Guire2015-05-251-2/+2
* neterion: s2io: Fix kernel doc formattingJoe Perches2015-05-251-2/+4
* irda: irda-usb: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-05-251-1/+3
* bridge: allow setting hash_max + multicast_router if interface is downLinus Lüssing2015-05-251-21/+3
* ipv6: don't increase size when refragmenting forwarded ipv6 skbsFlorian Westphal2015-05-251-11/+18
* atm:he - Change 1 to true for bool type variable.Shailendra Verma2015-05-251-1/+1
* net:xen-netback - Change 1 to true for bool type variable.Shailendra Verma2015-05-251-1/+1
* Merge branch 'ipv6_route_sharing'David S. Miller2015-05-2521-173/+424
|\
| * ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-254-18/+142
| * ipv6: Break up ip6_rt_copy()Martin KaFai Lau2015-05-251-49/+41
| * ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau2015-05-252-2/+79
| * ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau2015-05-252-10/+52
| * ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau2015-05-253-4/+13
| * ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-257-10/+12
| * ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau2015-05-253-50/+53
| * ipv6: Combine rt6_alloc_cow and rt6_alloc_cloneMartin KaFai Lau2015-05-251-25/+20
| * ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-257-18/+24
| * ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau2015-05-259-17/+25
| * ipv6: Clean up ipv6_select_ident() and ip6_fragment()Martin KaFai Lau2015-05-253-16/+9
|/
* cxgb4: Add PHY firmware support for T420-BT cardsHariprasad Shenai2015-05-254-42/+375
* test_bpf: add more eBPF jump torture casesDaniel Borkmann2015-05-251-0/+67
* Merge branch 'amd-xgbe-next'David S. Miller2015-05-252-9/+105
|\
| * amd-xgbe: Add more netif_dbg output to the driverLendacky, Thomas2015-05-251-6/+62
| * amd-xgbe: Fix initial mode when auto-negotiation is disabledLendacky, Thomas2015-05-251-3/+42
| * amd-xgbe: Add setting of a missing hardware featureLendacky, Thomas2015-05-251-0/+1
|/
* ip: reject too-big defragmented DF-skb when forwardingFlorian Westphal2015-05-251-7/+11
* Merge branch 'af_unix_sendpage'David S. Miller2015-05-256-54/+284
|\
| * net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa2015-05-253-21/+121