aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet14-160/+158
2014-02-26ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa2-5/+6
2014-02-26ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2-7/+4
2014-02-26ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragmentHannes Frederic Sowa1-2/+1
2014-02-26neigh: probe application via netlink in NUD_PROBETimo Teräs1-4/+4
2014-02-26ipv6: log src and dst along with "udp checksum is 0"Bjørn Mork1-1/+3
2014-02-26net: Add sysfs file for port numberAmir Vadai1-0/+2
2014-02-26net: tcp: add mib counters to track zero window transitionsFlorian Westphal2-1/+14
2014-02-24bridge: netfilter: Use ether_addr_copyJoe Perches5-7/+7
2014-02-24bridge: Use ether_addr_copy and ETH_ALENJoe Perches3-5/+5
2014-02-24pktgen: document all supported flagsMathias Krause1-1/+7
2014-02-24pktgen: simplify error handling in pgctrl_write()Mathias Krause1-13/+6
2014-02-24pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause1-1/+4
2014-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller8-138/+307
2014-02-21xfrm: Cleanup error handling of xfrm_state_cloneSteffen Klassert1-11/+5
2014-02-21pfkey: fix SADB_X_EXT_FILTER length checkNicolas Dichtel1-0/+1
2014-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville39-422/+773
2014-02-19tcp: use zero-window when free_space is lowFlorian Westphal1-2/+15
2014-02-19tipc: failed transmissions should return errorErik Hugne1-8/+6
2014-02-19ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa4-4/+22
2014-02-19xfrm: Remove caching of xfrm_policy_sk_bundlesSteffen Klassert1-28/+0
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller29-173/+362
2014-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds2-2/+18
2014-02-18rtnl: make ifla_policy staticJiri Pirko1-51/+56
2014-02-18hsr: Use ether_addr_copyJoe Perches3-17/+17
2014-02-18ipv6: remove some unused include in flowlabelFlorent Fourcot1-6/+0
2014-02-18ieee802154: fix faulty check in set_phy_params apiPhoebe Buckheister1-2/+4
2014-02-18af_packet: remove a stray tab in packet_set_ring()Dan Carpenter1-1/+1
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue13-287/+290
2014-02-18net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2014-02-18Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller7-27/+101
2014-02-17ipv6:fix checkpatch errors with assignment in if conditionWang Yufen1-7/+9
2014-02-17ipv6: fix checkpatch errors with space required or prohibitedWang Yufen1-19/+19
2014-02-17ipv6: fix checkpatch errors with brace and "foo *bar"Wang Yufen1-3/+2
2014-02-17netlink: fix checkpatch errors space and "foo *bar"Wang Yufen1-2/+2
2014-02-17sch_netem: replace magic numbers with enumerate in get_loss_clgYang Yingliang1-2/+2
2014-02-17ipv4: fix counter in_slow_totDuan Jiong1-2/+2
2014-02-17ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister4-2/+101
2014-02-17ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister3-3/+39
2014-02-17ieee802154: add support for CCA mode in wpan physPhoebe Buckheister3-3/+41
2014-02-17ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister3-12/+58
2014-02-17ieee802154: add TX power control to wpan_phyPhoebe Buckheister6-4/+64
2014-02-17HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann2-2/+18
2014-02-17gre: add link local route when local addr is anyNicolas Dichtel1-0/+2
2014-02-17batman-adv: fix potential kernel paging error for unicast transmissionsAntonio Quartulli1-2/+7
2014-02-17batman-adv: avoid double free when orig_node initialization failsAntonio Quartulli1-4/+2
2014-02-17batman-adv: free skb on TVLV parsing successAntonio Quartulli1-0/+2
2014-02-17batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli1-4/+12
2014-02-17batman-adv: fix potential orig_node reference leakSimon Wunderlich1-0/+2
2014-02-17batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli3-6/+56