summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2013-10-29net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu
2013-10-29net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu
2013-10-29ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORKHannes Frederic Sowa
2013-10-29tcp: gso: fix truesize trackingEric Dumazet
2013-10-28ipv6: Remove privacy config option.David S. Miller
2013-10-286lowpan: remove unnecessary breakAlexander Aring
2013-10-286lowpan: remove skb->dev assignmentAlexander Aring
2013-10-286lowpan: use netdev_alloc_skb instead dev_alloc_skbAlexander Aring
2013-10-286lowpan: remove unnecessary check on err >= 0Alexander Aring
2013-10-286lowpan: remove unnecessary ret variableAlexander Aring
2013-10-28netfilter: bridge: nf_tables: add filter chain typePablo Neira Ayuso
2013-10-28netfilter: nft_nat: Fix endianness issue reported by sparseTomasz Bursztyka
2013-10-28netfilter: bridge: fix nf_tables bridge dependencies with main corePablo Neira Ayuso
2013-10-28net: ipvs: sctp: add missing verdict assignments in sctp_conn_scheduleDaniel Borkmann
2013-10-28xfrm: Increase the garbage collector thresholdSteffen Klassert
2013-10-28sctp: merge two if statements to onewangweidong
2013-10-28sctp: remove the repeat initialize with 0wangweidong
2013-10-28sctp: fix some comments in chunk.c and associola.cwangweidong
2013-10-28inet: restore gso for vxlanEric Dumazet
2013-10-28pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet
2013-10-27tcp: do not rearm RTO when future data are sackedYuchung Cheng
2013-10-27tcp: only take RTT from timestamps if new data is ackedYuchung Cheng
2013-10-27tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng
2013-10-27bridge: netfilter: orphan skb before invoking ip netfilter hooksFlorian Westphal
2013-10-27netfilter: ipset: remove duplicate defineMichael Opdenacker
2013-10-27netfilter:ipset: Fix memory allocation for bitmap:portJozsef Kadlecsik
2013-10-25ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa
2013-10-25netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov
2013-10-25net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa
2013-10-25net: make net_get_random_once irq safeHannes Frederic Sowa
2013-10-25net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov
2013-10-25netem: markov loss model transition fixHagen Paul Pfeifer
2013-10-23Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-10-23inet: remove old fragmentation hash initializingHannes Frederic Sowa
2013-10-23ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa
2013-10-23ipv4: initialize ip4_frags hash secret as late as possibleHannes Frederic Sowa
2013-10-23net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6Daniel Borkmann
2013-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-23net: always inline net_secret_initHannes Frederic Sowa
2013-10-23batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich
2013-10-23batman-adv: Start new development cycleSimon Wunderlich
2013-10-23batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli
2013-10-23batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli
2013-10-23batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli
2013-10-23batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner
2013-10-23batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli
2013-10-23batman-adv: provide orig_node routing APIAntonio Quartulli