summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-27net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal
2015-05-27Merge branch 'phy_rgmii'David S. Miller
2015-05-27net: phy: Utilize phy_interface_is_rgmiiFlorian Fainelli
2015-05-27net: phy: Add phy_interface_is_rgmii helperFlorian Fainelli
2015-05-27ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller
2015-05-26tcp: tcp_tso_autosize() minimum is one packetEric Dumazet
2015-05-26tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet
2015-05-26tipc: fix bug in link protocol message create functionJon Paul Maloy
2015-05-25net: fix inet_proto_csum_replace4() sparse errorsEric Dumazet
2015-05-25net: remove a sparse error in secure_dccpv6_sequence_number()Eric Dumazet
2015-05-25bridge: skip fdb add if the port shouldn't learnWilson Kok
2015-05-25pktgen: remove one sparse errorEric Dumazet
2015-05-25ipv6: ipv6_select_ident() returns a __be32Eric Dumazet
2015-05-25Merge branch 'cpsw-cleanups'David S. Miller
2015-05-25net: cpsw: remove redundant calls disabling dma interrupts.Richard Cochran
2015-05-25net: cpsw: remove redundant calls enabling dma interrupts.Richard Cochran
2015-05-25net: cpsw: remove two unused global functionsRichard Cochran
2015-05-25net: cpsw: fix misplaced break statements.Richard Cochran
2015-05-25Merge branch 'rocker-cleanups'David S. Miller
2015-05-25rocker: mark parameters and local variables as constSimon Horman
2015-05-25rocker: remove unused rocker_port parameter from rocker_port_kfreeSimon Horman
2015-05-25irda: use msecs_to_jiffies for conversion to jiffiesNicholas Mc Guire
2015-05-25neterion: s2io: Fix kernel doc formattingJoe Perches
2015-05-25irda: irda-usb: use msecs_to_jiffies for conversionsNicholas Mc Guire
2015-05-25bridge: allow setting hash_max + multicast_router if interface is downLinus Lüssing
2015-05-25ipv6: don't increase size when refragmenting forwarded ipv6 skbsFlorian Westphal
2015-05-25atm:he - Change 1 to true for bool type variable.Shailendra Verma
2015-05-25net:xen-netback - Change 1 to true for bool type variable.Shailendra Verma
2015-05-25Merge branch 'ipv6_route_sharing'David S. Miller
2015-05-25ipv6: Create percpu rt6_infoMartin KaFai Lau
2015-05-25ipv6: Break up ip6_rt_copy()Martin KaFai Lau
2015-05-25ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau
2015-05-25ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau
2015-05-25ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2015-05-25ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau
2015-05-25ipv6: Combine rt6_alloc_cow and rt6_alloc_cloneMartin KaFai Lau
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau
2015-05-25ipv6: Clean up ipv6_select_ident() and ip6_fragment()Martin KaFai Lau
2015-05-25cxgb4: Add PHY firmware support for T420-BT cardsHariprasad Shenai
2015-05-25test_bpf: add more eBPF jump torture casesDaniel Borkmann
2015-05-25Merge branch 'amd-xgbe-next'David S. Miller
2015-05-25amd-xgbe: Add more netif_dbg output to the driverLendacky, Thomas
2015-05-25amd-xgbe: Fix initial mode when auto-negotiation is disabledLendacky, Thomas
2015-05-25amd-xgbe: Add setting of a missing hardware featureLendacky, Thomas
2015-05-25ip: reject too-big defragmented DF-skb when forwardingFlorian Westphal
2015-05-25Merge branch 'af_unix_sendpage'David S. Miller
2015-05-25net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa