aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-12-10sunrpc: fix some typosWeng Meiling
2013-12-10neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko
2013-12-10inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek
2013-12-10ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko
2013-12-10rpc_pipe: fix cleanup of dummy gssd directory when notification failsJeff Layton
2013-12-10Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg
2013-12-09net: drop_monitor: fix the value of maxattrChangli Gao
2013-12-09ipv6: use ip6_flowinfo helperFlorent Fourcot
2013-12-09ipv6: add ip6_flowlabel helperFlorent Fourcot
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot
2013-12-09ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot
2013-12-09ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa
2013-12-09batadv: Slight optimization of batadv_compare_ethJoe Perches
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko
2013-12-09neigh: convert parms to an arrayJiri Pirko
2013-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne
2013-12-09x25: convert printks to pr_<level>wangweidong
2013-12-09packet: introduce PACKET_QDISC_BYPASS socket optionDaniel Borkmann
2013-12-09net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-09packet: fix send path when running with proto == 0Daniel Borkmann
2013-12-09pkt_sched: give visibility to mq slave qdiscsEric Dumazet
2013-12-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-12-09Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann
2013-12-07netfilter: nft: add queue moduleEric Leblond
2013-12-07netfilter: xt_NFQUEUE: separate reusable codeEric Leblond
2013-12-07netfilter: nf_tables: fix issue with verdict supportEric Leblond
2013-12-07netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso
2013-12-07netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich
2013-12-07Bluetooth: Increase minor version of core moduleMarcel Holtmann
2013-12-06unix: convert printks to pr_<level>wangweidong
2013-12-06ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage tempor...Jiri Pirko
2013-12-06ipv6 addrconf: extend ifa_flags to u32Jiri Pirko
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko
2013-12-06net: introduce dev_consume_skb_any()Eric Dumazet
2013-12-06sctp: fix some comments in associola.cwangweidong
2013-12-06sctp: convert sctp_peer_needs_update to booleanwangweidong
2013-12-06sctp: remove the else pathwangweidong
2013-12-06sctp: remove the duplicate initializewangweidong
2013-12-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-12-06sunrpc: add an "info" file for the dummy gssd pipeJeff Layton
2013-12-06rpc_pipe: remove the clntXX dir if creating the pipe failsJeff Layton
2013-12-06sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkJeff Layton
2013-12-06sunrpc: create a new dummy pipe for gssd to hold openJeff Layton
2013-12-06tcp: auto corkingEric Dumazet