summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-10-306lowpan: cleanup skb copy dataAlexander Aring
2013-10-306lowpan: set 6lowpan network and transport headerAlexander Aring
2013-10-306lowpan: set and use mac_len for mac header lengthAlexander Aring
2013-10-306lowpan: remove unnecessary set of headersAlexander Aring
2013-10-30ipv6: remove the unnecessary statement in find_match()Duan Jiong
2013-10-30mac802154: Use pr_err(...) rather than printk(KERN_ERR ...)Chen Weilong
2013-10-30tipc: remove two indentation levels in tipc_recv_msg routineYing Xue
2013-10-29tcp: temporarily disable Fast Open on SYN timeoutYuchung Cheng
2013-10-29net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann
2013-10-29net: esp{4,6}: get rid of struct esp_dataMathias Krause
2013-10-29net: esp{4,6}: remove padlen from struct esp_dataMathias Krause
2013-10-29net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu
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-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-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-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-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
2013-10-23batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli
2013-10-23batman-adv: adapt bonding to use the new API functionsAntonio Quartulli
2013-10-23batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli
2013-10-23batman-adv: add bat_neigh_cmp API functionAntonio Quartulli